type runtime.special
28 uses
runtime (current package)
mcheckmark.go#L160: sp *special
mcheckmark.go#L167: forEachSpecial(func(p uintptr, s *mspan, sp *special) bool {
mcheckmark.go#L298: func forEachSpecial(yield func(p uintptr, s *mspan, sp *special) bool) {
mcleanup.go#L238: var found *special
mheap.go#L513: specials *special // linked list of special records sorted by offset.
mheap.go#L1974: type special struct {
mheap.go#L1976: next *special // linked list in span
mheap.go#L2003: func addspecial(p unsafe.Pointer, s *special, force bool) bool {
mheap.go#L2041: func removespecial(p unsafe.Pointer, kind uint8) *special {
mheap.go#L2055: var result *special
mheap.go#L2075: func (span *mspan) specialFindSplicePoint(offset uintptr, kind byte) (**special, bool) {
mheap.go#L2102: special special
mheap.go#L2162: special special
mheap.go#L2209: special special
mheap.go#L2297: var found *special
mheap.go#L2342: special special
mheap.go#L2402: special special
mheap.go#L2712: special special
mheap.go#L2731: special special
mheap.go#L2738: special special
mheap.go#L2746: special special
mheap.go#L2752: pprev **special
mheap.go#L2753: s *special
mheap.go#L2771: func (i *specialsIter) unlinkAndNext() *special {
mheap.go#L2786: func freeSpecial(s *special, p unsafe.Pointer, size uintptr) {
pinner.go#L357: *ref = (*special)(unsafe.Pointer(rec))
synctest.go#L362: special special
synctest.go#L420: *iter = (*special)(unsafe.Pointer(s))
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |